Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NRowValueGridRule<TGrid> Class
Members


In This Topic
    NRowValueGridRule<TGrid> Class
    In This Topic
    Serves as base class for Sorting and Grouping rules of grids.
    Object Model
    NRowValueGridRule<TGrid> Class
    Syntax
    Type Parameters
    TGrid
    Remarks

    Sorting and Grouping rules operate on dynamically generated row values. That is why this grid rule allows the specification of a custom NRowValue, which can provide a running row value for custom Sorting and Grouping.

    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NNode
          Nevron.Nov.Dom.NDocumentNode
             Nevron.Nov.Dom.NElement
                Nevron.Nov.Grid.NGridRule<TGrid>
                   Nevron.Nov.Grid.NRowValueGridRule<TGrid>
                      Nevron.Nov.Grid.NGroupingRule
                      Nevron.Nov.Grid.NSortingRule

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also